home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000…tember: Reference Library / Dev.CD Sep 00 RL Disk 2.toast / TechnicalPublications / macosx / System / Documentation / Developer / Cocoa / ProgrammingTopics / index / style / style.ddd next >
Encoding:
ColdFusion Verity engine fields definition  |  2000-08-04  |  1.9 KB  |  9 lines

  1. # style.ddd    1.7 - 1/18/94
  2.  
  3. # @(#)Copyright (C) 1987-1994 Verity, Inc.
  4.  
  5. #
  6.  
  7. # Document Dataset Descriptor
  8.  
  9. #
  10.  
  11. $control: 1
  12.  
  13. descriptor:
  14.  
  15.   /collection = yes
  16.  
  17. {
  18.  
  19.   data-table:    _df
  20.  
  21.     /num-records=1
  22.  
  23.     /max-records=1
  24.  
  25.   {
  26.  
  27.     # Header information for partition management
  28.  
  29.     constant:    _DBVERSION    text "vdk060"
  30.  
  31.     fixwidth:    _DDDSTAMP    4  date
  32.  
  33.     fixwidth:    _DOCIDX        12 text
  34.  
  35.     fixwidth:    _PARTDESC    32 text
  36.  
  37.   }
  38.  
  39.   data-table:    _df
  40.  
  41.     /offset=64
  42.  
  43.   {
  44.  
  45.     # Required internal fields per document
  46.  
  47.     autoval:    _STYLE        sirepath
  48.  
  49.     fixwidth:    _DOCID        4 unsigned-integer
  50.  
  51.     fixwidth:    _SECURITY    4 unsigned-integer
  52.  
  53.   }
  54.  
  55.  
  56.   data-table:    dkf
  57.  
  58.   {
  59.  
  60.     # Must have a VdkVgwKey - this is the primary key to the document
  61.  
  62.     # The field type can be changed to fixwidth integer or text as needed
  63.  
  64.     varwidth:   VdkVgwKey    dkv
  65.  
  66.       /indexed = yes
  67.  
  68.       /minmax  = yes
  69.  
  70.   }
  71.  
  72.  
  73.   data-table:    ddf
  74.  
  75.   {
  76.  
  77.     # User fields go here. Default is a single dispatch field 
  78.  
  79. # End  of TOPIC specific fields  (from topic31.ddd)
  80.  
  81. # Beginning of ADOBE specific fields
  82.  
  83.     fixwidth:    Exists        1 unsigned-integer
  84.  
  85.     fixwidth:    IsAChunk    1 unsigned-integer
  86.  
  87.     fixwidth:    LargeDoc    1 unsigned-integer
  88.  
  89.     fixwidth:    StartPage    4 unsigned-integer
  90.  
  91.     fixwidth:    EndPage        4 unsigned-integer
  92.  
  93.     fixwidth:    StartPageFrom    4 unsigned-integer
  94.  
  95.     fixwidth:    EndPageAt    4 unsigned-integer
  96.  
  97.  
  98.     varwidth:    FileName    xya
  99.  
  100.     varwidth:    PageMap        xya
  101.  
  102.     fixwidth:    NumPages    4 unsigned-integer      
  103.  
  104.     fixwidth:    PermanentID    32 text
  105.  
  106.     fixwidth:    WXEVersion    1 unsigned-integer
  107.  
  108.  
  109.  
  110.         varwidth:    FTS_Title        xyb
  111.         varwidth:    FTS_Subject        xyd
  112.         varwidth:    FTS_Author        xyc
  113.         varwidth:    FTS_Keywords        xye
  114.         varwidth:    FTS_Creator        xya
  115.         varwidth:    FTS_Producer        xya
  116.         fixwidth:    FTS_CreationDate        4    date
  117.         fixwidth:    FTS_ModificationDate        4    date
  118.  
  119.  
  120.     dispatch:    DOC
  121.  
  122.     varwidth:    DOC_FN        ddv
  123.  
  124.   }
  125.  
  126.  
  127.   data-table:    uid
  128.  
  129.   {
  130.  
  131.     fixwidth:    InstanceID        32 text
  132.  
  133.     /indexed = yes
  134.  
  135.   }
  136.  
  137.  
  138.  
  139. }
  140.  
  141.